{"componentChunkName":"component---node-modules-rocketseat-gatsby-theme-docs-core-src-templates-docs-query-js","path":"/static-analysis","result":{"data":{"mdx":{"id":"14f4f7e8-28a5-5933-88df-cd6444a155ca","excerpt":"The execution of our static analysis toolkit identified  137 potential issues  within the codebase of which  137 were ruled out to be false positives  or…","fields":{"slug":"/static-analysis/"},"frontmatter":{"title":"Static Analysis","description":"Briefly describes the output of the static analyzers of the project.","image":null,"disableTableOfContents":null},"body":"var _excluded = [\"components\"];\n\nfunction _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\n\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\n\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"Static Analysis\",\n  \"description\": \"Briefly describes the output of the static analyzers of the project.\"\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, _excluded);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"The execution of our static analysis toolkit identified \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"137 potential issues\"), \" within the codebase of which \", mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"137 were ruled out to be false positives\"), \" or negligible findings.\"));\n}\n;\nMDXContent.isMDXComponent = true;","headings":[]}},"pageContext":{"slug":"/static-analysis/","prev":{"label":"Compilation","link":"/compilation"},"next":{"label":"Manual Review","link":"/manual-review"}}},"staticQueryHashes":["1954253342","2328931024","2501019404","973074209"]}